Declaration of a local variable

local variable;

Example: 
local myVariable;

Declare a local variable. This variable is only valid until the next end;